home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
18
/
9
/
DISK1890.ZIP
/
AUTODISK.BAT
next >
Wrap
DOS Batch File
|
1990-02-10
|
987b
|
30 lines
ECHO OFF
CLS
ECHO TEST MANAGEMENT SYSTEM - version 1.08
ECHO .
ECHO .
ECHO This procedure will prepare a diskette in the A: drive to be a
ECHO "self-booting" diskette for administration of tests prepared
ECHO with Test Management System.
ECHO .
ECHO The process will delete any files on the disk, so if you have
ECHO a diskette with any valuable information on it, please remove
ECHO it and substitute a different diskette.
ECHO .
ECHO If you want to exit this process right now, press the Control
ECHO key (usually marked Ctrl), and while holding it down, press
ECHO the Break key (usually marked with Break or Pause).
ECHO .
ECHO .
PAUSE
FORMAT A: /S
COPY AUTOEXEC.BAT A:\
COPY CONFIG.SYS A:\
ECHO OFF
CLS
ECHO If you would like to prepare another diskette as a "self-booting"
ECHO disk for administering a TMS test, type AUTODISK at the DOS prompt
ECHO .
ECHO .
ECHO .